limit axis matplotlib

96

create limit using matplotlib -

axes = plt.gca()
axes.set_xlim([xmin,xmax])
axes.set_ylim([ymin,ymax])

Comments

Submit
0 Comments